更换了206.反转链表中的gif演示图像 | 并删去了一些纠错文字#2926
Closed
LUKEQ420 wants to merge 2 commits intoyoungyangyang04:masterfrom
LUKEQ420:master
Closed
更换了206.反转链表中的gif演示图像 | 并删去了一些纠错文字#2926LUKEQ420 wants to merge 2 commits intoyoungyangyang04:masterfrom LUKEQ420:master
LUKEQ420 wants to merge 2 commits intoyoungyangyang04:masterfrom
LUKEQ420:master
Conversation
添加翻转链表的一个新演示动画
将制作的gif图片替换原本gif演示动画,并删除了原文中的: “(纠正:动画应该是先移动pre,在移动cur)”
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
原本gif图像中pre与cur指针的移动先后顺序有误;同时个人觉得最好在动画中同时绘制出temp指针,否则仅看动画不能理解cur指针是如何向右移动的。故在修正原本两个指针的移动顺序之后又添加了temp指针在演示动画中。